crypto/tls.newSessionTicketMsgTLS13.label (field)

6 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L902: 	session.ticket = msg.label
		handshake_messages.go#L1151: 	label        []byte
		handshake_messages.go#L1165: 			b.AddBytes(m.label)
		handshake_messages.go#L1190: 		!readUint16LengthPrefixed(&s, &m.label) ||
		handshake_server_tls13.go#L886: 		m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
		handshake_server_tls13.go#L896: 		m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)